net/http.http2ClientConn.nextStreamID (field)

13 uses

	net/http (current package)
		h2_bundle.go#L7633: 	nextStreamID     uint32
		h2_bundle.go#L8088: 		nextStreamID:                1,
		h2_bundle.go#L8325: 	if cc.singleUse && cc.nextStreamID > 1 {
		h2_bundle.go#L8354: 	if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
		h2_bundle.go#L8366: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		h2_bundle.go#L8452: 	nextID := cc.nextStreamID
		h2_bundle.go#L8512: 	maxStreamID := cc.nextStreamID
		h2_bundle.go#L9043: 		if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
		h2_bundle.go#L9373: 	cs.ID = cc.nextStreamID
		h2_bundle.go#L9374: 	cc.nextStreamID += 2
		h2_bundle.go#L9400: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		h2_bundle.go#L9943: 		neverSent := cc.nextStreamID
		h2_bundle.go#L10090: 	rl.cc.readBeforeStreamID = rl.cc.nextStreamID